home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / bandman / bwmsetup.exe / {app} / bwm.exe / 0 / RCDATA / TLICENSEFORM / TLICENSEFORM.txt
Text File  |  2005-05-01  |  1KB  |  59 lines

  1. object LicenseForm: TLicenseForm
  2.   Left = 443
  3.   Top = 388
  4.   BorderStyle = bsDialog
  5.   Caption = 'Please enter your license key below'
  6.   ClientHeight = 175
  7.   ClientWidth = 326
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object leUserName: TLabeledEdit
  19.     Left = 24
  20.     Top = 40
  21.     Width = 273
  22.     Height = 21
  23.     EditLabel.Width = 257
  24.     EditLabel.Height = 13
  25.     EditLabel.Caption = 'Registration Name (i.e. John Doe, XYZ Company, Inc.)'
  26.     TabOrder = 0
  27.   end
  28.   object leLicKey: TLabeledEdit
  29.     Left = 24
  30.     Top = 96
  31.     Width = 273
  32.     Height = 21
  33.     EditLabel.Width = 150
  34.     EditLabel.Height = 13
  35.     EditLabel.Caption = 'License Key (use Copy && Paste)'
  36.     TabOrder = 1
  37.   end
  38.   object btnOk: TButton
  39.     Left = 82
  40.     Top = 136
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&OK'
  44.     ModalResult = 1
  45.     TabOrder = 2
  46.     OnClick = btnOkClick
  47.   end
  48.   object btnCancel: TButton
  49.     Left = 170
  50.     Top = 136
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = '&Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 3
  57.   end
  58. end
  59.